home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20030409-20031118 / 000348_lars_news@larsshack.org_Sun Oct 26 16:09:47 2003.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Path: newsmaster.cc.columbia.edu!panix!newsfeed.mathworks.com!nntp.abs.net!rcn!feed3.news.rcn.net!not-for-mail
  2. From: Lars Kellogg-Stedman <lars_news@larsshack.org>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Kermit losing first byte of tcp connection
  5. Date: 26 Oct 2003 15:55:44 GMT
  6. Lines: 28
  7. Message-ID: <slrnbpnrjt.bg5.lars@news.oddbit.com>
  8. Reply-To: lars_news@larsshack.org
  9. X-Trace: UmFuZG9tSVZA1hHfsJ8t4TvpMta3ww9XNLnoGOs2hBZbXzWAclTA/nyznAVuolYb
  10. X-Complaints-To: abuse@rcn.com
  11. NNTP-Posting-Date: 26 Oct 2003 15:55:44 GMT
  12. User-Agent:  slrn/0.9.7.4 (Linux)
  13. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14601
  14.  
  15. I'm using kermit to script some tests of our SMTP server.  When one
  16. connects to an SMTP server, the server immediately sends something along
  17. the lines of:
  18.  
  19.   220 <server> ESMTP <software>
  20.  
  21. With kermit, I always lose the first byte, so that instead I see:
  22.  
  23.   20 <server> ESMTP <software>
  24.  
  25. This means that commands such as the following will fail:
  26.  
  27.   input 10 \fpattern(220 *)\13
  28.  
  29. Is there anything I can do to prevent this from happening?  I can work
  30. around the problem by doing:
  31.  
  32.   set host /pty telnet <host> 25
  33.  
  34. But that's just ugly.
  35.  
  36. Cheers,
  37.  
  38. -- Lars
  39.  
  40. -- 
  41. Lars Kellogg-Stedman <lars_news@larsshack.org>
  42.  
  43.